-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for enterprise edition #2329
base: master
Are you sure you want to change the base?
Conversation
I've rebased on top of master, since the fixes in there are required for a working deploy. |
There is still alot of work required to get a full EE working - While this may provide access to some of the EE features like multiple issue boards etc - There are timers and configuration settings that need to be added into the gitlab.yml, and also the inclusion of the Gitlab Elasticsearch Indexer. Just as an FYI! |
@tiredofit Thanks for the tip! Can you perhaps point me in the direction of somewhere that I can find out what timers and configuration settings you're talking about? I'd love to add them, since we're actually using this build. Note to self: Gitlab Elasticsearch Indexer docs are here: https://docs.gitlab.com/ee/integration/elasticsearch.html |
Lines 316-415: https://github.com/tiredofit/docker-gitlab-ee/blob/master/install/assets/gitlab/config/gitlabhq/gitlab.yml |
I'd be interested to see where this goes as we're considering moving to EE! Looks like officially its now recommended to install using kubernetes. |
add6e5a
to
de06a74
Compare
I've rebased the commits from #1477 onto current master and updated to the current structure of upstream gitlab. Credits for original idea go to original author of #1477 (@grimmy)